home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Dev / basic / amiblitz_ful.lha / AmiBlitz2 / Tools / viewlibs.readme < prev    next >
Encoding:
Text File  |  2002-03-11  |  1.3 KB  |  29 lines

  1. Viewlibs is a CLI only tool which can give you information about the libraries
  2. you have installed, either in the sub-directories of the blitzlibs: assign or
  3. in the blitz2:deflibs file. The format of the command is:
  4.  
  5.   VIEWLIBS [BLITZLIBS|DEFLIBS] [COMMANDS] [LIB libnum] [LIBDIR dirname]
  6.  
  7. By default, viewlibs will scan the individual library files in the blitzlibs:
  8. subdirectories and report the library number of each file (the same as the
  9. "BLITZLIBS" option).
  10.  
  11. If you specify the "DEFLIBS" option instead of the "BLITZLIBS" option, the
  12. program will search through the libraries installed in the blitz2:deflibs file
  13. and report the library numbers of the installed libraries. Or at least, I think
  14. it should but it went wrong when I tried it just now and went in an infinite loop
  15. reporting a library number of 0 :(
  16.  
  17.  If you specify the "COMMANDS" option, then viewlibs will also list the commands
  18. (and their help strings) in each library.
  19.  
  20.  The "LIB" option (which must be followed by a library number) will make
  21. viewlibs operate only on the specified library number instead of all the
  22. available libraries.
  23.  
  24.  Finally, the "LIBDIR" option allows you to search directories other than
  25. the blitzlibs: assign, but I can't seem to get it to do anything :)
  26.  
  27. You need to press the left mouse button after the program finishes.
  28.  
  29.